home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / cover.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  309 b   |  15 lines

  1. on mouseDown
  2.   global gHelpWindow, gNotesWindow
  3.   set the castNum of sprite 7 to cast "b007"
  4.   if pressButton(7) then
  5.     pupSprites(1, 48, 0)
  6.     if objectp(gHelpWindow) then
  7.       forget(gHelpWindow)
  8.     end if
  9.     if objectp(gNotesWindow) then
  10.       forget(gNotesWindow)
  11.     end if
  12.     quit()
  13.   end if
  14. end
  15.